home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Feb 90 / MacApp.Tech$ 2⁄23⁄90 / 0757-Re Link&Pascal probl-Feb90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.1 KB  |  29 lines  |  [TEXT/GEOL]

  1. Item    5480562                         23-Feb-90        12:55PST
  2.  
  3. From:   DEREK                           White, Derek
  4.  
  5. To:     D1382                           Pillar, Chris Ovard,PRT
  6.         MACAPP.TECH$                    MacApp Technical
  7.  
  8. cc:     JEFF1                           Sussna, Jeffrey
  9.  
  10. Sub:    re-Link&Pascal problems
  11.  
  12. Steve and Chris,
  13.  
  14.   I don't know about the Link problems, but it could be that your compiler
  15. problems are simply memory related.  You didn't mention what versions of the
  16. compiler and linker you were using.  If you're not using MPW 3.1, then get it.
  17. If you just got MPW 3.1, have you increased it's partition yet?  If the
  18. compiler runs out of memory while growing it's symbol name table, the compiler
  19. complains about having too many names, not about running out of memory like it
  20. should.
  21.   If you really are running into the 32K name table limit, you can prune your
  22. uses list by not using OSIntf and ToolIntf, and only using the units you need
  23. directly, and the units that the interfaces of those units need.  If yoiu still
  24. have problems, link me and JEFF1.
  25.  
  26. - Derek White
  27. (Mr. Pascal, retired)
  28.  
  29.